const runtime.mutexLocked
10 uses
runtime (current package)
lock_spinbit.go#L59: mutexLocked = 0x001
lock_spinbit.go#L165: v8 := atomic.Xchg8(k8, mutexLocked)
lock_spinbit.go#L166: if v8&mutexLocked == 0 {
lock_spinbit.go#L186: if v&mutexLocked == 0 {
lock_spinbit.go#L188: next := (v &^ mutexSpinning) | mutexSleeping | mutexLocked
lock_spinbit.go#L199: prev8 := atomic.Xchg8(k8, mutexLocked|mutexSleeping)
lock_spinbit.go#L200: if prev8&mutexLocked == 0 {
lock_spinbit.go#L227: if v&mutexLocked == 0 {
lock_spinbit.go#L297: next := (v | mutexStackLocked) &^ (mutexLocked | mutexSleeping)
lock_spinbit.go#L309: if prev8&mutexLocked == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |